Package-level declarations

Types

Link copied to clipboard
object CursorUtil

Helper class to work with Cursors

Link copied to clipboard

Provides methods for extracting image path from chooser

Link copied to clipboard
object FileUtils

Contains helper methods for working with files and directories

Link copied to clipboard

A callback that is used in the SDK allowing developers to cancel time-consuming operations (e.g. page extraction from a PDF file).

Link copied to clipboard

Helper methods for Polygons.

Link copied to clipboard

A callback that enables developers to monitor the progress of time-consuming operations, like page extraction from a PDF file.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <T> getJsonConfig(context: Context?, assetFileJson: String, gson: <Error class: unknown class>, jsonToApply: String?): T
Link copied to clipboard
fun getJsonReader(context: Context?, assetFileJson: String): BufferedReader
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun List<PointF>.isSimilarWithThreshold(polygon: List<PointF>, epsilon: Float = 0.005f): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <T> singleFlow(crossinline block: suspend () -> T): <Error class: unknown class><T>

Make flow generator work as rxJava Single so it will be called only once

Link copied to clipboard
Link copied to clipboard
tailrec fun updateParameters(updatedParameters: Map<String, Any>, defaultConfiguration: MutableMap<String, Any>)